Skip to content

Stubsabot: mark stubs as obsolete, even if the py.typed file was added in a micro version#10368

Merged
AlexWaygood merged 1 commit into
python:mainfrom
AlexWaygood:stubsabot-micro
Jun 27, 2023
Merged

Stubsabot: mark stubs as obsolete, even if the py.typed file was added in a micro version#10368
AlexWaygood merged 1 commit into
python:mainfrom
AlexWaygood:stubsabot-micro

Conversation

@AlexWaygood

@AlexWaygood AlexWaygood commented Jun 27, 2023

Copy link
Copy Markdown
Member

flake8-plugin-utils released a new version with a py.typed file yesterday. However, stubsabot didn't file a PR to mark our stubs for flake8-plugin-utils as obsolete, because the py.typed file was added in v1.3.3. Our stubs are pinned to 1.3.*:

This led stubsabot to conclude that our stubs were up to date with the runtime package, so stubsabot exited early from the determine_action function before it even got to the bit where we try to figure out if the stubs package is obsolete or not.

@AlexWaygood
AlexWaygood merged commit d32754c into python:main Jun 27, 2023
@AlexWaygood
AlexWaygood deleted the stubsabot-micro branch June 27, 2023 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants